* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 0px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

header .logo {
    font-weight: bolder;
    font-size: 25px;
    color: #333;
}

header .navbar ul li {
    position: relative;
    float: left;
}

header .navbar ul li a {
    font-size: 20px;
    padding: 20px;
    color: #333;
    display: block;
}

header .navbar ul li a:hover {
    background: #333;
    color: #fff;
}

header .navbar ul li ul {
    position: absolute;
    left: 0;
    width: 200px;
    background-color: #fff;
    display: none;
}

header .navbar ul li ul li {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

header .navbar ul li ul li ul {
    left: 200px;
    top: 0;
}

header .navbar ul li:focus-within>ul,
header .navbar ul li:hover>ul {
    display: initial;
}

#menu-bar {
    display: none;
}

header label {
    font-size: 20px;
    color: #333;
    cursor: pointer;
    display: none;
}


.main{
    background: linear-gradient(rgb(19, 19, 250),rgb(233, 123, 9));
    width: 100%;
    height: 100vh;
    display: flex;
}

.main .main-image img{
    display: flex;
    flex-basis: 40%;
    margin-top: 10%;
   width: 600px;
    margin-left: 10%;
    border-radius: 10px;
    height: 600px;
}

.main .for-para .main-para h1{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 600;
    flex-basis: 60%;
    font-size: 70px;
    width: 80%;
    margin-left: 15%;
    padding-top: 20%;
}

.main-para2{
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    width: 55%;
    font-weight: 500;
    margin: 15px 130px;
    line-height: 160%;
}

.btn{
    margin-top:100px;
    margin-left:300px;
}

.btn .btn1{
    background-color: rgb(53, 35, 155);
    height: 50px;
    width: 120px;
    color: white;
    border-radius: 10px;
    border: none;
}
.btn .btn1:hover{
    background-color: rgb(244, 8, 12);
    color:white;
}

.sec2{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 40px 10px;
    justify-content: space-between;
}

.sec2 h2{
    font-size: 33px;
    margin-top: 10px;
}

.sec2 h3{
    font-size: 20px;
    margin-top: 30px;
}

.sec2 p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 0 290px;
    text-align: center;
    line-height: 25px;
}

.access{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.access div{
    background-color: rgba(170, 207, 207, 0.288);
    margin: 30px;
    padding: 10px;
    padding-top: 30px;
    height: 270px;
    border-radius: 10px;
}

.access div img{
    height: 80px;
    width: 80px;
}

.access div h1{
    padding: 10px 20px;
}

.access div p{
    padding: 10px 80px;
    line-height: 20px;
}

.access div:hover{
    background: linear-gradient(rgb(207, 73, 73),rgb(80, 88, 160));
    transition: 0.5s;
    transform: translateY(-10px);
    color:white;
}
.menu
{
    background-color: rgba(170, 207, 207, 0.288);
    font-family: Arial, Helvetica, sans-serif;
    display:flex;
    padding-top: 20px;
    padding-bottom: 60px;
    
}
.Sub-menu-1 h2{
    font-size: 47px;
    width: 40%;
    padding-left: 60px;
    float: right;

}
.Sub-menu-1 p 
{
    width:40%;
    line-height: 27px;
    padding-left: 60px;
    float: right;
    margin-top:-220px
    
}
.Sub-menu-1 img
{
    width:50%;  

}
.Sub-menu-2 h2{
    font-size: 47px;
    width: 50%;
    padding-left: 60px;

}
.Sub-menu-2 p{
    width:40%;
    line-height: 27px;
    padding-left: 60px;
    
}
.Sub-menu-2 img{
    float: right;
    
}
.Sub-menu-3 h2{
    font-size: 47px;
    width: 40%;
    padding-left: 60px;
    float: right;

}
.Sub-menu-3 p 
{
    width:40%;
    line-height: 27px;
    padding-left: 60px;
    float: right;
    margin-top:-70px
    
}
.Sub-menu-3 img
{
    width:50%;  

}
.Sub-menu-4 h2{
    font-size: 47px;
    width: 50%;
    padding-left: 60px;

}
.Sub-menu-4 p{
    width:40%;
    line-height: 27px;
    padding-left: 60px;
   
}
.Sub-menu-4 img{
    float: right;
    width: 55%;
    margin-bottom: 10px;
    
}

.telelephone{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid;
    border-color: rgb(229, 24, 24);
    background-color: rgb(229, 24, 24);
    position: fixed;
    top: 40%;
    right: 0;
    margin-right: 20px;
}

.telelephone a i{
    margin-left: 8px;
    margin-top: 23px;
}

.whatsapp{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid;
    border-color: rgb(110, 207, 58);
    background-color: rgb(110, 207, 58);
    position: fixed;
    top: 50%;
    right: 0;
    margin-right: 20px;
}

.whatsapp a i{
    margin-left: 9px;
    margin-top: 22px;
}
.copy{
    background-color: #3c0c94;
    color: rgb(187, 187, 197);
}
.copyright{
    padding-top: 10px;
    border-top: 1px solid #121616;
   text-align: center;
   font-size: 20px;
    padding-bottom: 10px;
}
.footer{
    background-color: #210655;
    color: white;
    display: flex;
    padding-bottom: 40px;
}
.about h2{
    padding-left: 40px;
    padding-top: 20px;
}
.about p{
    width: 80%;
    padding-left: 40px;
    padding-top: 20px;
    line-height: 22px;
    color: rgb(218, 212, 212);
}
.last-service{
    margin-top: 20px ;
    margin-right: 60px;
    width: 120%;
    
}
.last-service ul li{
    list-style: none;

}
.last-service ul li a{
    text-decoration: none;
    color:rgb(218, 212, 212);
    line-height: 4;
    font-size: 18px;
    font-weight: 600;
   
}
.touch
{
    margin-right:80px;
    margin-top: 40px;
    width: 150%;
}
.touch h2{
    padding-top: 10px;
    padding-left: 20px;
}
.touch a{
    
    color:rgb(218, 212, 212);
    text-decoration: none;
}
.whats-down{
    margin-top: 30px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
}
.whats-down h2{
    margin-left: 10px;
    margin-top: 40px;
}
.whats-down h4{
    margin-top: 20px;
    padding-left: 40px;
    line-height: 28px;
    color:rgb(218, 212, 212);
    
}

/* now make it responsive */
@media (max-width:900px) {
            header {
            padding: 20px;
            height: 65px;
        }
    
        header label {
            display: initial;
        }
    
        header .navbar {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background-color: #fff;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            display: none;
        }
    
        header .navbar ul li {
            width: 100%;
        }
    
        header .navbar ul li ul {
            position: relative;
            width: 100%;
        }
    
        header .navbar ul li ul li {
            background-color: #eee;
        }
    
        header .navbar ul li ul li ul {
            width: 100%;
            left: 0;
        }
    
        #menu-bar:checked~.navbar {
            display: initial;
    }   
.main{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgb(19, 19, 250),rgb(233, 123, 9));
}

.main .main-image img{
    height: 100%;
    width: 90%;
    padding-top: 40px;
    padding-right: 30px;
}

.main .for-para .main-para h1{
    margin-top: -50px;
    font-size: 50px;
    text-align: center;
    font-weight: 100;
    padding: 20px 40px;
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
}

.main .for-para .main-para2{
    width: 80%;
    margin: 10px 20px;
    font-size: large;
}
.main .for-para .btn{
    margin: 40px 150px;
}
.sec2 h3{
    padding: 0px;
}

.sec2 p{
    padding: 0px;
}

.access{
    display: flex;
    flex-wrap: wrap;
   
}
.access div{
    margin: 10px;
    border-radius: 1px;
}

.access div p{
    padding: 0px;
}
.menu{
    display: block;
}
.Sub-menu-1 h2{
    font-size: 37px;
    width: 90%;
    padding-left: 20px;
    float: none;

}
.Sub-menu-1 p 
{
    width:90%;
    line-height: 27px;
    padding-left: 20px;
    float: none;
    margin-top:0px
    
}
.Sub-menu-1 img
{
    width:100%;
    
}
.Sub-menu-2 h2{
    font-size: 47px;
    width: 90%;
    padding-left: 20px;

}
.Sub-menu-2 p{
    width:90%;
    line-height: 27px;
    padding-left: 20px;
    
}
.Sub-menu-2 img{
    float: none;
    width: 80%;
}
.Sub-menu-3 h2{
    font-size: 47px;
    width: 90%;
    padding-left: 20px;
    float: none;

}
.Sub-menu-3 p 
{
    width:90%;
    line-height: 27px;
    padding-left: 20px;
    float: none;
    margin-top:0px
    
}
.Sub-menu-3 img
{
    width:100%;  

}
.Sub-menu-4 h2{
    font-size: 47px;
    width: 90%;
    padding-left: 20px;

}
.Sub-menu-4 p{
    width:90%;
    line-height: 27px;
    padding-left: 20px;
    
}
.Sub-menu-4 img{
    float: none;
   margin-left: 0px;
   width: 100%;
   margin-top: 0px;

}
.telephone{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid;
    border-color: rgb(229, 24, 24);
    background-color: rgb(229, 24, 24);
    position: fixed;
    top: 40%;
    right: 0;
    margin-right: 10px;
}

.telephone a i{
    margin-left: 8px;
    margin-top: 24px;
}
.whatsapp{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid;
    border-color: rgb(88, 207, 58);
    background-color: rgb(88, 207, 58);
    position: fixed;
    top: 49%;
    right: 0;
    margin-right: 10px;
}
.whatsapp a i{
    margin-left: 9px;
    margin-top: 22px;
}
.copyright{
    padding: 0px;
 
}
.footer{
    display: inline-block;
    margin-top: 20px;
    padding-top: 40px;
}

.about h2{
    padding-left: 20px;
    padding-top: 20px;
}
.about p{
    width: 80%;
    padding-left: 20px;
    padding-top: 20px;
    line-height: 22px;
    color: rgb(218, 212, 212);
}
.last-service{
    margin-top: 20px ;
    margin-right: 0px;
    padding-left: 30px;
    width: 100%;
    
}
.last-service ul li{
    list-style: none;

}
.last-service ul li a{
    text-decoration: none;
    color:rgb(218, 212, 212);
    line-height: 3;
    font-size: 18px;
    font-weight: 600;
   
}
.touch
{
    margin-right: 0px;
    margin-top: 10px;
    width: 100%;
    padding-left: 10px;
}
.touch h2{
    padding-top: 10px;
    padding-left: 0px;
    margin-top: 40px;
}
.touch a{
    
    color:rgb(218, 212, 212);
    text-decoration: none;
    padding-left: 0px;
}
.touch h4{
    padding-left: 10px;
}
.whats-down{
    margin-top: 30px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
}
}